home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00712.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  795 b   |  28 lines

  1. on mouseUp me
  2.   global clropac
  3.   set the memberNum of sprite 31 to 676
  4.   set the memberNum of sprite 32 to 678
  5.   set the memberNum of sprite 33 to 680
  6.   set the memberNum of sprite 34 to 682
  7.   set the memberNum of sprite 35 to 685
  8.   set the memberNum of sprite 36 to 686
  9.   set the memberNum of sprite 43 to 672
  10.   set the memberNum of sprite 63 to 703
  11.   set the blend of sprite 45 to 100
  12.   set the blend of sprite 49 to 100
  13.   set the blend of sprite 53 to 100
  14.   repeat with clropac = 46 to 48
  15.     set the blend of sprite clropac to 35
  16.   end repeat
  17.   repeat with clropac = 50 to 52
  18.     set the blend of sprite clropac to 35
  19.   end repeat
  20.   repeat with clropac = 54 to 56
  21.     set the blend of sprite clropac to 35
  22.   end repeat
  23.   showit(57, 58)
  24.   hideit(59, 59)
  25.   showit(60, 60)
  26.   hideit(61, 62)
  27. end
  28.